You'll need PostgreSQL on its standard ports on your host.
Use
mvn docker:start
to startup a container with the database.
The project does some integration tests using docker. You got to have Docker installed for your system to build the project using
mvn clean verify