SCEPTA is an open source project for policy authoring, deployment, execution and monitoring.
The first step is to fork and clone the project. Navigate to the project repository and press the Fork button to create a fork of the project under your own github account. Then create a local clone of your fork using:
git clone git@github.com:<your-username>/scepta.git
Using a command window, go into the scepta folder and issue the following command:
mvn clean install
The server war file can be found in assemblies/scepta-server/target folder.
This war file has currently only been tested in Wildfly 8.2.