To create a binary deployment jar:
run this command in the root directory of the project
mvn install
You will find the permeagility-<ver>.jar file in the target directory.
You can distribute the jar file. It is all that is needed to run PermeAgility. If you want to provide a starter database, Name it starterdb.json.gz and put it in the directory with the jar, it will be used to build the database when the server is first started.