The page module is installed by default on an AsgardCms installation. If you want to install it on standalone you can follow the steps.
composer require asgardcms/page-module
Run the migrations:
php artisan module:migrate Page
All AsgardCMS modules respect Semantic Versioning.